hip.util.windows

Undocumented in source.

Members

Aliases

BYTE
alias BYTE = ubyte
Undocumented in source.
FLOAT
alias FLOAT = float
Undocumented in source.
FormatMessage
alias FormatMessage = FormatMessageW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetModuleHandle
alias GetModuleHandle = GetModuleHandleW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
HLOCAL
alias HLOCAL = void*
Undocumented in source.
HMODULE
alias HMODULE = void*
Undocumented in source.
PBOOLEAN
alias PBOOLEAN = bool*
Undocumented in source.
PBYTE, LPBYTE
alias PBYTE, LPBYTE = ubyte*
Undocumented in source.
PCVOID, LPCVOID
alias PCVOID, LPCVOID = const(void)*
Undocumented in source.
PDWORDLONG, PULONGLONG
alias PDWORDLONG, PULONGLONG = ulong*
Undocumented in source.
PFLOAT
alias PFLOAT = float*
Undocumented in source.
PLCID, PACCESS_MASK
alias PLCID, PACCESS_MASK = uint*
Undocumented in source.
PLONG
alias PLONG = int*
Undocumented in source.
PLONGLONG
alias PLONGLONG = long*
Undocumented in source.
PSHORT
alias PSHORT = short*
Undocumented in source.
PSZ, PCHAR, PCCHAR, LPCH, PCH, LPSTR, PSTR
alias PSZ, PCHAR, PCCHAR, LPCH, PCH, LPSTR, PSTR = char*
Undocumented in source.
PUCHAR
alias PUCHAR = ubyte*
Undocumented in source.
PULONG, PDWORD, LPDWORD, PUINT, LPUINT, LPCOLORREF
alias PULONG, PDWORD, LPDWORD, PUINT, LPUINT, LPCOLORREF = uint*
Undocumented in source.
PUSHORT, PWORD, LPWORD
alias PUSHORT, PWORD, LPWORD = ushort*
Undocumented in source.
PVOID, LPVOID
alias PVOID, LPVOID = void*
Undocumented in source.
PWCHAR, LPWCH, PWCH, LPWSTR, PWSTR
alias PWCHAR, LPWCH, PWCH, LPWSTR, PWSTR = wchar*
Undocumented in source.
PWINBOOL, LPWINBOOL, PBOOL, LPBOOL, PINT, LPINT, LPLONG
alias PWINBOOL, LPWINBOOL, PBOOL, LPBOOL, PINT, LPINT, LPLONG = int*
Undocumented in source.
SIZE_T
alias SIZE_T = ulong
Undocumented in source.
ULONG, DWORD, UINT, COLORREF
alias ULONG, DWORD, UINT, COLORREF = uint
Undocumented in source.
USHORT, WORD, ATOM
alias USHORT, WORD, ATOM = ushort
Undocumented in source.
WINBOOL, BOOL, INT, LONG, HFILE, HRESULT
alias WINBOOL, BOOL, INT, LONG, HFILE, HRESULT = int
Undocumented in source.

Functions

FormatMessageW
DWORD FormatMessageW(DWORD , PCVOID , DWORD , DWORD , LPWSTR , DWORD , va_list* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FreeLibrary
BOOL FreeLibrary(void* lib)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetLastError
uint GetLastError()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetModuleHandleA
void* GetModuleHandleA(const(char)* str)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetModuleHandleW
void* GetModuleHandleW(const(wchar)* str)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
GetProcAddress
void* GetProcAddress(void* mod, const(char)* func)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LoadLibraryA
void* LoadLibraryA(char* fileName)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LocalAlloc
HLOCAL LocalAlloc(UINT , SIZE_T )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LocalDiscard
HLOCAL LocalDiscard(HLOCAL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LocalFree
HLOCAL LocalFree(HLOCAL )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
LocalHandle
HLOCAL LocalHandle(LPCVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetEndOfFile
int SetEndOfFile(void* handle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Variables

FORMAT_MESSAGE_ALLOCATE_BUFFER
enum DWORD FORMAT_MESSAGE_ALLOCATE_BUFFER;
FORMAT_MESSAGE_ARGUMENT_ARRAY
enum DWORD FORMAT_MESSAGE_ARGUMENT_ARRAY;
FORMAT_MESSAGE_FROM_HMODULE
enum DWORD FORMAT_MESSAGE_FROM_HMODULE;
FORMAT_MESSAGE_FROM_STRING
enum DWORD FORMAT_MESSAGE_FROM_STRING;
FORMAT_MESSAGE_FROM_SYSTEM
enum DWORD FORMAT_MESSAGE_FROM_SYSTEM;
FORMAT_MESSAGE_IGNORE_INSERTS
enum DWORD FORMAT_MESSAGE_IGNORE_INSERTS;
Undocumented in source.
FORMAT_MESSAGE_MAX_WIDTH_MASK
enum DWORD FORMAT_MESSAGE_MAX_WIDTH_MASK;
Undocumented in source.

Meta